home *** CD-ROM | disk | FTP | other *** search
/ Curio City 11 / CURIO11.bin / pc / movie / namio / qz_r.dir / 00436_to O1 2.ls < prev    next >
Encoding:
Text File  |  1998-01-01  |  186 b   |  11 lines

  1. on exitFrame
  2.   global gqzheart
  3.   if gqzheart >= 1 then
  4.     puppetTransition(11, 1, 40, 1)
  5.     go("QUIZ-O-B")
  6.   else
  7.     puppetTransition(11, 1, 40, 1)
  8.     go("QUIZ-O-Bemp")
  9.   end if
  10. end
  11.